#
# This is a sophisticated theme which uses the Notif engine to produce a 
# Blue, colorful mood.
# I call it BlueKhod I.
#
# Made by pallav nawani, Oct 11, 2002.
#
# Edit these colors and fonts however you like.

style "default"
{
  fg[NORMAL]       = "#DCE8F4"
  text[NORMAL]     = "#7E8DB7"
  bg[NORMAL]       = "#465074"
  base[NORMAL]     = "#7386B7"
  
  fg[INSENSITIVE]  = "#555555"
  text[INSENSITIVE]= "#666F8C"
  bg[INSENSITIVE]  = "#666F8C"
  base[INSENSITIVE]= "#666F8C"
  
  fg[PRELIGHT]     = "#202030"
  text[PRELIGHT]   = "#000000"
  bg[PRELIGHT]     = "#C9DAEF"
  base[PRELIGHT]   = "#495C93"
  
  
  fg[ACTIVE]       = "#DCE8F4"
  text[ACTIVE]     = "#C9DAEF"
  bg[ACTIVE]       = "#041E43"
  base[ACTIVE]     = "#7386B7"

  fg[SELECTED]     = "#7E8DB7"
  text[SELECTED]   = "#7E8DB7"
  bg[SELECTED]     = "#041E43"
  base[SELECTED]   = "#041E43"
  
  # Set font.
  font = "-urw-avantgarde-book-o-normal-*-*-90-*-*-p-*-iso8859-2"
  engine "notif"
  {  }

}

widget "*" style "default"
